home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SCN (MPW) / SCN.021.ModalList < prev    next >
Encoding:
Text File  |  1990-01-16  |  1.1 KB  |  26 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5. #21:    ModalList
  6.  
  7. Written by:    James Beninghaus
  8.  
  9. Versions:           1.00                          February 1990
  10.  
  11. Components:         ModalList.c                   February 1, 1990
  12.                     ModalList.h                   February 1, 1990
  13.                     ModalList.r                   February 1, 1990
  14.                     ModalList.make                February 1, 1990
  15. _____________________________________________________________________________
  16.  
  17. ModalList is an example using a list in a dialog window. The default
  18. LDEF is used to display a two-dimensional list of strings. You can scroll the
  19. list, search for and change cell contents, and change the list's selection
  20. flags.
  21.  
  22. Please review Sample or TESample for the general application structure and
  23. MultiFinder techniques you should use when writing a new application. This
  24. sample is meant to demonstrate the use of the List Manager and Dialog
  25. Manager routines.
  26.